Eclipse Platform
Pre-release 3.0

org.eclipse.ui.commands
Interface IImageBinding

All Superinterfaces:
Comparable

public interface IImageBinding
extends Comparable

An instance of IImageBinding represents a binding between a command and an image

This interface is not intended to be extended or implemented by clients.

EXPERIMENTAL

Since:
3.0
See Also:
ICommand

Method Summary
 String getImageStyle()
          TODO
 String getImageUri()
          TODO
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getImageStyle

public String getImageStyle()
TODO


getImageUri

public String getImageUri()
TODO


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.